Skip to content

Conversation

mariduv
Copy link
Contributor

@mariduv mariduv commented Aug 8, 2025

Description:

Fixes a mistake in RecoverWithHandler added just a few days ago. This earlier typo masked a type mismatch that had to be handled too. The result of recover() is any, but mostly errors and sometimes strings.

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?

This earlier typo masked a type mismatch that had to be handled too. The
result of recover() is any, but mostly errors and sometimes strings.
@mariduv mariduv marked this pull request as ready for review August 8, 2025 21:29
@mariduv mariduv requested a review from a team as a code owner August 8, 2025 21:29
@mariduv mariduv merged commit c9cacfd into main Aug 12, 2025
13 checks passed
@mariduv mariduv deleted the mh.fix-recover-errorf-fmt branch August 12, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants